Graphing My Website
- ObsidianHTML uses vasturiano/force-graph (3D) and vasturiano/2d-force-graph (2D)
- Both are based on d3-force library.
Ideas
There are some ideas from d3-force gallery like:
- Mobile Patent Suites (Named nodes with unidirectional arrow links)
- Temporal Force Graph
- Disjoint force-directed graph (Prevents nodes from going outside the viewport)
For other libraries:
- Prefuse | Java Library (Temporal visualization of a wiki, with node sizes representing activity)
Considerations
One may expect the graph to look like this:
But in reality, notes are not always highly cohesive and lowly coupled. Ideas are very often connected, and there's a fundamental unity between things.
If we view them through specific perspectives, we will find a branched hierarchy in the manner you would expect, but in reality there are not many such distinctions.